feat: add --category filter for arXiv search#63
Merged
Conversation
Add support for filtering arXiv search results by category. Changes: - Add --category option to search command (e.g., cs.AI, physics.quant-ph, math.NA) - Update MCP SearchPapersRequest to include category parameter - Update SearchCacheKey to include category for proper caching - Map category prefixes to arXiv archive parameters Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Update cypher-rs from 09afd65 to ab6fdb71 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Mount ~/.gh and ~/.gitconfig from host to container for GitHub CLI authentication and git configuration. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Add GitHub CLI authentication check in post-create.sh to inform users about their gh auth status. Also update model versions to latest (glm-5.1, glm-5-turbo). Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Remove tmux/vim installation, simplify mounts to gh only, and drop gh auth check from post-create script. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
--categoryoption to the search command for filtering results by arXiv category (e.g.,cs.AI,physics.quant-ph,math.NA)SearchPapersRequestto include category parameterChanges
Search category filter
arxiv search "query" --category cs.AISearchCacheKeyDevcontainer cleanup
Test plan
mise run pre-commitpasses (fmt, clippy, test)arxiv search "neural network" --category cs.AIarxiv search "quantum" --category physics.quant-ph🤖 Generated with Claude Code